Searches for the specified object among the elements of the view and returns the zero-based ordinal position of its first occurrence.
Namespace:
C1.LiveLinq.LiveViewsAssembly: C1.Silverlight.LiveLinq (in C1.Silverlight.LiveLinq.dll)
Syntax
C# |
---|
public int IndexOf( T item ) |
Visual Basic |
---|
Public Function IndexOf ( _ item As T _ ) As Integer |
Parameters
- item
- Type: T
The object to locate in the view.